Wolters Kluwer CCH® SureTax®

    Show / Hide Table of Contents

    SureTax Config API

    PUT User

    PUT User

    Overview

    The PUT User API endpoint facilitates the process of updating the information of a user.

    OperationId: PUT User

    Authorization Method(s): OAuth

    Verb: PUT

    End Point: /api/v1/User


    Request Body
    Request Model
    Display NameField NameField Type
    First Name *firstNamestring
    Last Name *lastNamestring
    Web Role *webRolestring
    Email *emailstring
    Active *activeboolean
    Phone Number phoneNumberstring
    Mfa Contact mfaContactstring
    Preparer preparerboolean
    Tax Id taxIdstring
    Title titlestring
    Access To All LFEs accessToAllLFEsboolean
    Access To LFEs accessToLFEsarray[]
    Companies companiesarray[]

    Example Request

    {
      "firstName": "name",
      "lastName": "last name",
      "webRole": "role1",
      "email": "user1@wk.com",
      "active": true,
      "phoneNumber": "1234567890",
      "mfaContact": "user1mfa@wk.com",
      "preparer": true,
      "taxId": "1234567890",
      "title": "Preparer tittle",
      "accessToAllLFEs": true,
      "accessToLFEs": [
        "000000001",
        "000000002"
      ],
      "companies": [
        "company 1"
      ]
    }

    *Mandatory parameter


    Response Codes



    code description
    200 The API responds with this code to indicate that the data was updated successfully.
    400 Bad Request - The server could not process the request due to invalid input or missing required parameters.
    401 Unauthorized: The user's authentication is not valid.
    500 Internal Server Error - An unexpected error occurred on the server while processing the request.




    Enter Environment Credentials








    Wolters Kluwer Product Name - Page anchor links toWolters Kluwer Product Name - Page anchor links to
    © Wolters Kluwer and/or its affiliates. All rights reserved.